home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Education / Dorling Kindersley / History / DATA / contentM.dir / 00095.ls < prev    next >
Encoding:
Text File  |  1995-04-25  |  367 b   |  14 lines

  1. on enterFrame
  2.   set the movieTime of sprite 12 to 0
  3.   set the movieRate of sprite 12 to 1
  4. end
  5.  
  6. on exitFrame
  7.   repeat while (the mouseDown <> 1) and (the movieTime of sprite 12 < 9660) and not ((the mouseCast <= 128) and (the mouseCast >= 120))
  8.     updateStage()
  9.   end repeat
  10.   set the movieRate of sprite 12 to 0
  11.   set the movieTime of sprite 12 to 0
  12.   go("TVm")
  13. end
  14.